home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00195.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  584 b   |  23 lines

  1. on mouseDown
  2.   puppetSprite(15, 1)
  3.   set the memberNum of sprite 15 to the number of member "W-PPP2 DOWN.PICT"
  4.   updateStage()
  5.   puppetSound("Squishy")
  6. end
  7.  
  8. on mouseUp
  9.   global rootpath
  10.   set the memberNum of sprite 15 to the number of member "W-PPP2 UP.PICT"
  11.   updateStage()
  12.   puppetSprite(15, 1)
  13.   SetReturn()
  14.   delay(60)
  15.   puppetSprite(15, 0)
  16.   unloadMember(member "WATER DOWN.PICT", "Squishy")
  17.   if the machineType = 256 then
  18.     alert("To launch demo, run PPP2_SMP.EXE in IQDIGIZINE CD-ROM folder: DEMOS\PPP2.")
  19.   else
  20.     open(rootpath & "DEMOS:PPP2:PPP2-SAMPLER")
  21.   end if
  22. end
  23.